home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13875 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ix.netcom.com!netnews
  2. From: legato@ix.netcom.com (Steve Haines )
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Peeking Memory with Visual C++ 4.0
  5. Date: 27 Mar 1996 19:08:10 GMT
  6. Organization: Netcom
  7. Message-ID: <4jc3mq$gu0@cloner2.ix.netcom.com>
  8. References: <4j9j5s$dnr@reader2.ix.netcom.com>
  9. NNTP-Posting-Host: irv-ca7-26.ix.netcom.com
  10. X-NETCOM-Date: Wed Mar 27 11:08:10 AM PST 1996
  11.  
  12. One more thing to note, I have also found it problematic to make BIOS
  13. interrupt calls with MSVC++4.0... Any suggestions??
  14.  
  15. >I am trying to scan memory, i.e. searching the BIOS for a string using
  16. >Visual C++ 4.0, but I found that MSVC++ 4.0 has removed the peek
  17. >command. I have compiled, with BC++4.52, the functions that I need
  18. >successfully, but I need them in a 32-bit DLL file. I found the source
  19. >for peek, added it to my program, but where I ran it, I got a General
  20. >Protection Fault.
  21. >
  22. >Does anyone know how I can scan memory using MSVC++ 4.0? I am
  23. >interested in scanning all of C000, E000, and F000.
  24. >
  25. >I am hoping that there is a way to do this other than compiling a
  26. >16-bit DLL and thunk my calls to it.
  27. >
  28. >Any help would be greatly appreciated.
  29. >
  30. >Steve Haines
  31.  
  32.